home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / text / misc / StripCR.lha / StripCR / readme.doc < prev    next >
Encoding:
Text File  |  2002-03-29  |  2.1 KB  |  71 lines

  1.  
  2.  
  3.  
  4.     StripCR
  5.     -------
  6.  
  7.     © 2002 Alfred Faust
  8.  
  9.     Freeware
  10.  
  11.     a small tool to strip the UNIX/MSDOS-style carriage return from a given
  12.     ascii-file
  13.  
  14.     ***********************************************************************
  15.  
  16.     I've written this tool, because I could not find a similar handy one in
  17.     the  AMINET,  and I needed one for my programming work.
  18.  
  19.     I have had gotten  the  material  for  the  Freetype-project  from  the
  20.     Internet.  This  was  made  in  UNIX-style  with  CR at the end of EACH
  21.     text-line - also in the  include-files.  My  compiler  (SAS/C)  doesn't
  22.     accept this and react at each line with a error-message.
  23.  
  24.     ***********************************************************************
  25.  
  26.     The usage is very simple:
  27.  
  28.     Doubleclick the icon or call the program in the CLI with StripCR.
  29.  
  30.     The  program  ask  first  with  a  asl-requester  for  the  destination
  31.     directory,  where  the  file(s)  shall  be  stored  in,  after they are
  32.     CR-cleaned.
  33.  
  34.     After that a asl-requester for the file(s) for working on is opened.
  35.     Here you may choose:
  36.  
  37.     - a single file
  38.     - a selection with a given pattern
  39.     - a selection with the mouse while pressing the shift-key
  40.     - all files
  41.  
  42.     After clicking OK the StripCR begins it's work.  It  will  give  you  a
  43.     message,  on wich file it is just working, if you had choosen more than
  44.     one file.
  45.  
  46.     If the source-directory is the same like the destination-directory, the
  47.     original file will not be overwritten. The destination-files have a "2"
  48.     at the end appended.
  49.  
  50.     Example: RAM:mytext.h ---> RAM:mytext.h2
  51.  
  52.     If the work is done StripCR will ask you, if you want exit the  program
  53.     or work away on other files.
  54.  
  55.     The use is very simple and (I mean) handy.
  56.  
  57.     Disclaimer:
  58.  
  59.     I'll not held liable if there are some faults or damages in your  files
  60.     after using StripCR.
  61.  
  62.     Use the program for free, but on your own risk.
  63.  
  64.     I include the source. It may be a example for using asl-requesters with
  65.     multiselection and more.
  66.  
  67.     Alfred Faust
  68.     <alfred.j.faust@gmx.de>
  69.  
  70.  
  71.